home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / misc / start.dxr / 00127.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  128 b   |  9 lines

  1. on exitFrame
  2.   global gLoop
  3.   set gLoop to gLoop + 1
  4.   if gLoop = 15 then
  5.     set gLoop to 0
  6.     go(the frame + 3)
  7.   end if
  8. end
  9.